MEMORY SAVE MODE
This command sets the save mode for Peek and Poke operations. A mode value of 0 means that there will be no checks whether or not it is save to read from or write to a memory address. This means that Peek and Poke commands execute faster but if an attempt is made to access memory that is protected by the operating system the application will crash. A mode value of 1 means that prior to Poke operations the plugin will check if writing to the given memory address is allowed and eventually generate a runtime error. A mode value of 2 will do the same for Peek operations, and a value of 3 will check both Peek and Poke operations.
ARGUMENTS:
* Mode = The memory save mode
SYNTAX
MEMORY SAVE MODE Mode
RELATED INFO
View Memory Access Index
View STYX Index
View STYX Main File
